home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Cobian Backup 7.4.5.343 / Cb7Setup.exe / 0 / RCDATA / TFORM_UNZIP / TFORM_UNZIP.txt
Text File  |  2005-12-16  |  2KB  |  79 lines

  1. object Form_Unzip: TForm_Unzip
  2.   Left = 388
  3.   Top = 442
  4.   BorderStyle = bsNone
  5.   Caption = 'Changed at run time'
  6.   ClientHeight = 73
  7.   ClientWidth = 392
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object l_Status: TLabel
  24.     Left = 8
  25.     Top = 12
  26.     Width = 376
  27.     Height = 16
  28.     AutoSize = False
  29.     Caption = 'Extracting the files. Wait...'
  30.   end
  31.   object CobBar: TCobBar
  32.     Left = 7
  33.     Top = 44
  34.     Width = 378
  35.     Height = 17
  36.     ColorBorder = 22144
  37.     ColorFace = 6413967
  38.     ColorBack = 14547432
  39.     ColorScheme = ccGreen
  40.   end
  41.   object b_Cancel: TButton
  42.     Left = 151
  43.     Top = 84
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = '&Cancel'
  48.     Enabled = False
  49.     TabOrder = 0
  50.     Visible = False
  51.     OnClick = b_CancelClick
  52.   end
  53.   object Timer: TTimer
  54.     Enabled = False
  55.     Interval = 2000
  56.     OnTimer = TimerTimer
  57.     Left = 324
  58.     Top = 20
  59.   end
  60.   object Unzip: TZipForge
  61.     ExtractCorruptedFiles = False
  62.     CompressionLevel = clFastest
  63.     CompressionMode = 1
  64.     CurrentVersion = '2.63 '
  65.     SpanningMode = smNone
  66.     SpanningOptions.AdvancedNaming = True
  67.     SpanningOptions.VolumeSize = vsAutoDetect
  68.     Options.FlushBuffers = True
  69.     Options.OEMFileNames = True
  70.     InMemory = False
  71.     OnFileProgress = UnzipFileProgress
  72.     OnOverallProgress = UnzipOverallProgress
  73.     AfterOpen = UnzipAfterOpen
  74.     Zip64Mode = zmDisabled
  75.     Left = 252
  76.     Top = 28
  77.   end
  78. end
  79.